-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Podman6: Remove cgroupsv1 #27271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Podman6: Remove cgroupsv1 #27271
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lsm5 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I'd say keep this in draft until #27270 merges, then rebase ontop of that. Currently, with all the octal format changes, it's practically impossible to give the real change a review. |
|
@TomSweeneyRedHat ah i see what you mean about the reviews part. sgtm. |
|
[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore. |
04bc7f3 to
f92d40c
Compare
95b242c to
f571849
Compare
|
I think once the unrelated deprecation issue is resolved, and including a build failure fix that's in my HEAD commit, I'd probably be ok to retry with re-reverting with the large cgroupsv1 removal here. I could leave it as-is for now OR have this merged without the HEAD (vendoring) commit. I'm cool either way. |
Will log and proceed on non-linux env. Signed-off-by: Lokesh Mandvekar <[email protected]>
This didn't error check for mounted cgroups, only errored for rootless cgroupsv1 containers. Safe to remove. Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
381346a to
9e096d2
Compare
|
I would like to remove the HEAD commit from here that does some vendoring to simplify |
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
Signed-off-by: Lokesh Mandvekar <[email protected]>
9e096d2 to
6773dca
Compare
@containers/podman-maintainers The latest version of this PR has no vendoring and a FIXME has been included. PTAL. Hope we can leave the rest (with vendoring container-libs) for followups. |
Does this PR introduce a user-facing change?